set correct float abi settings for armel and armhf
authorPeter Michael Green <plugwash@debian.org>
Sat, 8 Nov 2025 13:36:04 +0000 (14:36 +0100)
committerMatthias Klose <doko@debian.org>
Sat, 8 Nov 2025 13:36:04 +0000 (14:36 +0100)
commit441d34361696d16bef1f4cb22914e19a8a97cb58
tree690469dad55abd7ffc7d5a74fa23974b8bd5c57a
parent26f53c0ad654dab281e16db0bc993534ec8d1d3a
set correct float abi settings for armel and armhf

debian armel supports systems that don't have a fpu so should use a "float abi"
setting of soft by default.

Debian armhf needs a float abi setting of "hard"

Gbp-Pq: Name 26-set-correct-float-abi.diff
clang/lib/Driver/ToolChains/Arch/ARM.cpp